home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11811 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  826 b 

  1. Path: inforamp.net!ts14-03
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Modeless dialog
  5. Date: Sat, 16 Mar 96 09:12:46 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4ie0mv$pc1@sam.inforamp.net>
  8. References: <4i4ji5$br5@rjo02.embratel.net.br>
  9. NNTP-Posting-Host: ts14-03.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4i4ji5$br5@rjo02.embratel.net.br>,
  13.    bemge1@embratel.net.br (Gleudson Carrilho Duarte) wrote:
  14. >    I am using MSVC 1.5 and MFC 2.5, in my application I created an 
  15. >modeless dialog and it's always on top, even when it loses the focus, how can 
  16. >I create a window over it.
  17.  
  18. Get a handle to the modeless dialog and make that handle the parent handle of 
  19. a new dialog.  I think this new dialog will be on top, but I'm not certain.
  20.  
  21. Agrivar
  22.